Vcenter Vm Identity Info
The Vcenter Vm Identity Info schema contains information about the identity of a virtual machine.
This schema was added in vSphere API 6.7.1.
{
"name": "string",
"bios_uuid": "string",
"instance_uuid": "string"
}
Virtual machine name.
This property was added in vSphere API 6.7.1.
128-bit SMBIOS UUID of a virtual machine represented as a hexadecimal string in "12345678-abcd-1234-cdef-123456789abc" format.
This property was added in vSphere API 6.7.1.
VirtualCenter-specific 128-bit UUID of a virtual machine, represented as a hexademical string. This identifier is used by VirtualCenter to uniquely identify all virtual machine instances, including those that may share the same SMBIOS UUID.
This property was added in vSphere API 6.7.1.